Mixe for Privacy and Anonymity in the Internet
|
#include "CASocketAddr.hpp"
#include "CASocket.hpp"
#include "CAMsg.hpp"
#include "CACertificate.hpp"
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... | |
#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
Definition at line 46 of file CATLSClientSocket.hpp.