#include <gnutls/gnutls.h>#include <rfb/rfbclient.h>#include <errno.h>#include "tls.h"
Include dependency graph for tls_gnutls.c:Go to the source code of this file.
Defines | |
| #define | DH_BITS 1024 |
Functions | |
| rfbBool | HandleAnonTLSAuth (rfbClient *client) |
| rfbBool | HandleVeNCryptAuth (rfbClient *client) |
| int | ReadFromTLS (rfbClient *client, char *out, unsigned int n) |
| int | WriteToTLS (rfbClient *client, char *buf, unsigned int n) |
| void | FreeTLS (rfbClient *client) |
| #define DH_BITS 1024 |
Definition at line 37 of file tls_gnutls.c.
| void FreeTLS | ( | rfbClient * | client | ) |
Definition at line 498 of file tls_gnutls.c.
Definition at line 340 of file tls_gnutls.c.
| int ReadFromTLS | ( | rfbClient * | client, | |
| char * | out, | |||
| unsigned int | n | |||
| ) |
Definition at line 460 of file tls_gnutls.c.
| int WriteToTLS | ( | rfbClient * | client, | |
| char * | buf, | |||
| unsigned int | n | |||
| ) |
Definition at line 478 of file tls_gnutls.c.
1.7.1