Defines | Functions

libvncclient/tls_gnutls.c File Reference

#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 Documentation

#define DH_BITS   1024

Definition at line 37 of file tls_gnutls.c.


Function Documentation

void FreeTLS ( rfbClient client  ) 

Definition at line 498 of file tls_gnutls.c.

rfbBool HandleAnonTLSAuth ( rfbClient client  ) 

Definition at line 340 of file tls_gnutls.c.

rfbBool HandleVeNCryptAuth ( rfbClient client  ) 

Definition at line 352 of file tls_gnutls.c.

Here is the call graph for this function:

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines