Getting session information

SSL callback functions all have access to the SSL session information. You should use this information to provide the user of the client application with information needed to supply the required authentication information.

To make the SSL session information available to the callback functions, create an EAServer proxy for the CTSSecurity module.

StepsTo create a proxy for the CTSSecurity module:

  1. Select the EAServer Proxy wizard from the Project page in the New dialog box and select your client application target from the Target drop-down list.

  2. Connect to any EAServer host and select the CTSSecurity module.

    The CTSSecurity module is a standard module that is available on all servers.

  3. Complete the wizard and build the project.

    Among the proxy objects you will see in the System Tree is the Sessioninfo object that is passed to all the SSLCallback functions.