Creates a secure socket connection.
#include <gskssl.h>
gsk_status gsk_secure_socket_open (
gsk_handle env_handle,
gsk_handle * soc_handle)
The gsk_secure_socket_open() routine creates a secure socket connection. The connection will be initialized with values obtained from the SSL environment. These values can be changed by the application using the appropriate gsk_attribute_set_*() routines. The gsk_secure_socket_init() routine should then be called to initialize the connection. This connection can then be used to send and receive data with the remote partner.