|
gloox 1.0
|
#include <tlsopensslclient.h>

Public Member Functions | |
| OpenSSLClient (TLSHandler *th, const std::string &server) | |
| virtual | ~OpenSSLClient () |
This class implements a TLS client backend using OpenSSL.
Definition at line 35 of file tlsopensslclient.h.
| OpenSSLClient | ( | TLSHandler * | th, |
| const std::string & | server | ||
| ) |
Constructor.
| th | The TLSHandler to handle TLS-related events. |
| server | The server to use in certificate verification. |
Definition at line 22 of file tlsopensslclient.cpp.
| ~OpenSSLClient | ( | ) | [virtual] |
Virtual destructor.
Definition at line 27 of file tlsopensslclient.cpp.
1.7.4