21 #ifndef __GUACD_SOCKET_SSL_H 22 #define __GUACD_SOCKET_SSL_H 33 #include <openssl/ssl.h> Type definitions related to the guac_socket object.
SSL socket-specific data.
Definition: socket-ssl.h:38
The core I/O object of Guacamole.
Definition: socket.h:39
SSL * ssl
The SSL connection, created automatically via guac_socket_open_secure().
Definition: socket-ssl.h:55
SSL_CTX * context
The current SSL context.
Definition: socket-ssl.h:49
guac_socket * guac_socket_open_secure(SSL_CTX *context, int fd)
Creates a new guac_socket which will use SSL for all communication.
int fd
The file descriptor that SSL communication will take place over.
Definition: socket-ssl.h:44