Mixe for Privacy and Anonymity in the Internet
Classes | Macros
CATLSClientSocket.hpp File Reference
#include "CASocketAddr.hpp"
#include "CASocket.hpp"
#include "CAMsg.hpp"
#include "CACertificate.hpp"
Include dependency graph for CATLSClientSocket.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CATLSClientSocket
 

Macros

#define DEFAULT_HANDSHAKE_TIMEOUT   4
 This class can be used to establish a TLS / SSL encrypted connection to a server. More...
 

Macro Definition Documentation

◆ DEFAULT_HANDSHAKE_TIMEOUT

#define DEFAULT_HANDSHAKE_TIMEOUT   4

This class can be used to establish a TLS / SSL encrypted connection to a server.

Though this class has listen() and accept() functions, these should not be used! This class is meant to be used as client socket only!

Note: This uses /dev/urandom and might cause problems on systems other than linux

Author
Bastian Voigt
Remarks
This class is not thread safe!

Definition at line 46 of file CATLSClientSocket.hpp.