The SSL_ APIs allow programmers to create secure socket applications on iSeries™.
Function | Description |
---|---|
SSL_Create() | Enable SSL support for the specified socket descriptor. |
SSL_Destroy() | End SSL support for the specified SSL session and socket. |
SSL_Handshake() | Initiate the SSL handshake protocol. |
SSL_Init() | Initialize the current job for SSL and establish
the SSL security information for the current job. Note: Either an SSL_Init() or SSL_Init_Application() API
must be processed before SSL can be used.
|
SSL_Init_Application() | Initialize the current job for SSL and establish
the SSL security information for the current job. Note: Either an SSL_Init() or SSL_Init_Application() API
must be processed before SSL can be used.
|
SSL_Read() | Receive data from an SSL-enabled socket descriptor. |
SSL_Write() | Write data to an SSL-enabled socket descriptor. |
SSL_Strerror() | Retrieve SSL runtime error message. |
SSL_Perror() | Print SSL error message. |
QlgSSL_Init() | Initialize the current job for SSL and establish the SSL security information for the current job using NLS-enabled path name. |