z/OS Cryptographic Services System SSL Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Callbacks

z/OS Cryptographic Services System SSL Programming
SC14-7495-00

Get
Specifies the routine System SSL calls to search the session ID cache for the entry that matches the passed values in sessionID, sessionIDLen, and SSLVersion. The value returned by this routine is a pointer to a malloc'ed gsk_data_buffer structure for the sslSessionData that contains the session id cache entry.
Put
Specifies the routine System SSL calls to add an entry to the session ID cache. The passed in values sessionID, sessionIDLen, SSLVersion and sslSessionData are used to define the entry. This routine is responsible for getting storage to hold the entry. The value returned by this routine is either NULL if unable to allocate storage or a pointer to a gsk_data_buffer structure containing the sslSessionData that was passed into the routine.
Delete
Specifies the routine System SSL calls to delete an entry from the session ID cache. sessionID, sessionIDLen and SSLVersion are used to determine which entry is deleted.
FreeDataBuffer
Specifies the routine that System SSL calls to free memory that was returned by the Get session id cache callback routine.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014