15 #include "tlsopensslclient.h"
31 bool OpenSSLClient::setType()
33 m_ctx = SSL_CTX_new( SSLv23_client_method() );
40 int OpenSSLClient::handshakeFunction()
42 return SSL_connect( m_ssl );
47 #endif // HAVE_OPENSSL
OpenSSLClient(TLSHandler *th, const std::string &server)
An interface that allows for interacting with TLS implementations derived from TLSBase.