15 #ifndef TLSOPENSSLCLIENT_H__
16 #define TLSOPENSSLCLIENT_H__
18 #include "tlsopensslbase.h"
24 #include <openssl/ssl.h>
58 virtual bool setType();
61 virtual int handshakeFunction();
67 #endif // HAVE_OPENSSL
69 #endif // TLSOPENSSLCLIENT_H__
virtual bool hasChannelBinding() const
virtual const std::string channelBinding() const
The namespace for the gloox library.
OpenSSLClient(TLSHandler *th, const std::string &server)
An interface that allows for interacting with TLS implementations derived from TLSBase.