Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Modules
Globus GSI Proxy API

Globus GSI Proxy API. More...

Modules

 Activation
 Activation.
 
 Handle Management
 Create/Destroy/Modify a GSI Proxy Handle.
 
 Handle Attributes
 Handle Attributes.
 
 Proxy Operations
 Initiate a proxy operation.
 
 Proxy Constants
 Proxy Constants.
 

Detailed Description

Globus GSI Proxy API.

The globus_gsi_proxy library is motivated by the desire to provide a abstraction layer for the proxy creation and delegation process. For background on this process please refer to the proxy certificate profile draft.

Any program that uses Globus GSI Proxy functions must include "globus_gsi_proxy.h".

We envision the API being used in the following manner:

Delegator Delegatee
set desired cert info extension in the handle by using the handle set functions.
globus_gsi_proxy_create_req()
globus_gsi_proxy_inquire_req()
modify cert info extension by using handle set/get/clear functions.
globus_gsi_proxy_sign_req()
globus_gsi_proxy_assemble_cred()

The API documentation is divided into the following sections