|
◆ service_enable_ssl()
Enable SSL for the given service client.
- Parameters
-
client | The connected service client for that SSL should be enabled. |
- Returns
- SERVICE_E_SUCCESS on success, SERVICE_E_INVALID_ARG if client or client->connection is NULL, SERVICE_E_NOT_ENOUGH_DATA when not enough data received, SERVICE_E_TIMEOUT when the connection times out, SERVICE_E_SSL_ERROR when SSL could not be enabled, or SERVICE_E_UNKNOWN_ERROR otherwise.
|