Callback data functions -
Functions that deal with the data structure that contains state associated with the path validation callback.
Callback data typedef
Copy a callback data structure. This function copies a globus_gsi_callback_data_t.
Parameters:
source The structure to be copied
dest The destination of the copy
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Initialize a callback data structure. This function destroys a globus_gsi_callback_data_t.
Parameters:
callback_data The structure to be destroyed
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Initialize a callback data structure. This function initializes a globus_gsi_callback_data_t.
Parameters:
callback_data Reference to the structure to be initialized
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get the 'allow missing signing policy' flag. This function gets the value of the 'allow missing signing policy' flag in the callback data. If this is TRUE then the CA signing policy need not be present.
Parameters:
callback_data The globus_gsi_callback_data_t to get the error from
allow Contains the value of the flag upon successful return.
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Since:
Globus Toolkit 5.2.0
Get the certificate chain. This function returns the certificate chain associated with the callback data.
Parameters:
callback_data The globus_gsi_callback_data_t to retrieve the certificate chain from.
cert_chain Contains the certificate chain upon successful return
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Getting the certificate chain depth. This function returns the certificate chain depth.
Parameters:
callback_data The globus_gsi_callback_data_t to retrieve the depth from
cert_depth The returned certificate chain depth
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get the trusted certificate directory. This function gets the trusted certificate directory from the callback data.
Parameters:
callback_data The globus_gsi_callback_data_t to get the trusted certificates directory from.
cert_dir Contains the path to the trusted certificate directory upon successful return.
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get the certificate type. This function returns the certificate type of the certificate currently being processed
Parameters:
callback_data The globus_gsi_callback_data_t to retrieve the certificate type from
cert_type Variable containing the certificate type on return
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get the self-signed policy checking flag. This function gets the value of the 'check policy for self-signed certificates flag' in the callback data. If this is set than the CA signing policy for a self-signed certificate must include a policy line that allows it to sign itself.
Parameters:
callback_data The globus_gsi_callback_data_t to get the error from
check Contains the value of the flag upon successful return.
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Since:
Globus Toolkit 4.2.1
Get error status. This function gets the error status stored in the callback data.
Parameters:
callback_data The globus_gsi_callback_data_t to get the error from
error Contains the error upon successful return.
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get the unknown X.509 extension callback. This function gets the callback that is called for unknown X.509 extensions
Parameters:
callback_data The globus_gsi_callback_data_t to get the callback information from
extension_cb Contains the extension callback upon successful return.
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get X.509 extension OIDs. This function gets a list of X.509 extension OIDs that may be used by the extensions callback to allow or disallow certain extensions.
Parameters:
callback_data The globus_gsi_callback_data_t to get the array of extension OIDs from.
extension_oids Contains the list of extension OIDs upon successful return.
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get the limited proxy handling setting. This function gets the value of the limited proxy handling setting. This setting determines whether path validation will accept limited proxies that have been further delegated, i.e. certificate chains with a limited proxy followed by further proxies.
Parameters:
callback_data The globus_gsi_callback_data_t to get the limited proxy setting from
multiple_limited_proxy_ok Contains the value of the setting upon successful return.
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Get the 'proxy chain' depth. This function returns the number of proxies in the certificate chain.
Parameters:
callback_data The globus_gsi_callback_data_t to retrieve the depth from
proxy_depth The returned 'proxy chain' depth
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the 'allow missing signing policy' flag. This function sets the value of the 'allow missing signing policy' flag in the callback data. If this is TRUE then the CA signing policy need not be present.
Parameters:
callback_data The globus_gsi_callback_data_t to set the error on
allow New value of the flag
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Since:
Globus Toolkit 5.2.0
Set the certificate chain. This function sets the certificate chain associated with the callback data.
Parameters:
callback_data The globus_gsi_callback_data_t to set the certificate chain on
cert_chain The certificate chain
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the certificate chain depth. This function sets the certificate chain depth
Parameters:
callback_data The globus_gsi_callback_data_t to retrieve the depth from
cert_depth The certificate chain depth
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the trusted certificate directory. This function sets the trusted certificate directory on the callback data.
Parameters:
callback_data The globus_gsi_callback_data_t to set the trusted certificates directory on.
cert_dir The path to the trusted certificate directory
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the certificate type. This function sets the certificate type of the certificate currently being processed
Parameters:
callback_data The globus_gsi_callback_data_t to set the certificate type on
cert_type The certificate type
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the self-signed policy checking flag. This function sets the value of the 'check policy for self-signed certificates flag' in the callback data. If this is set than the CA signing policy for a self-signed certificate must include a policy line that allows it to sign itself.
Parameters:
callback_data The globus_gsi_callback_data_t to set the error on
check New value of the flag
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Since:
Globus Toolkit 4.2.1
Set error status. This function sets the error status stored in the callback data.
Parameters:
callback_data The globus_gsi_callback_data_t to set the error on
error The error
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the unknown X.509 extension callback
This function sets the callback that is called for unknown X.509 extensions.
Parameters:
callback_data The globus_gsi_callback_data_t to set the callback information on
extension_cb The extension callback
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set X.509 extension OIDs. This function sets a list of X.509 extension OIDs that may be used by the extensions callback to allow or disallow certain extensions.
Parameters:
callback_data The globus_gsi_callback_data_t to get the array of extension OIDs from.
extension_oids The list of extension OIDs
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the limited proxy handling setting. This function sets the value of the limited proxy handling setting. This setting determines whether path validation will accept limited proxies that have been further delegated, i.e. certificate chains with a limited proxy followed by further proxies.
Parameters:
callback_data The globus_gsi_callback_data_t to set the limited proxy setting on
multiple_limited_proxy_ok The value of the setting
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Set the 'proxy chain' depth. This function sets the number of proxies in the certificate chain.
Parameters:
callback_data The globus_gsi_callback_data_t to retrieve the depth from
proxy_depth The 'proxy chain' depth
Returns:
GLOBUS_SUCCESS unless an error occurred, in which case, a globus error object ID is returned
Generated automatically by Doxygen for globus_gsi_callback from the source code.