33 #include <openssl/ssl.h> 34 #include <openssl/err.h> 35 #include <sys/socket.h> 36 #include <netinet/in.h> 37 #include <arpa/inet.h> 83 int len = SSL_write(
_connection, (
void *)buf.c_str(), buf.length() ) ;
86 string msg =
"FAILED to write to SSL connection\n" ;
87 msg += ERR_error_string( ERR_get_error(), NULL ) ;
103 << (
void *)
this <<
")" << endl ;
virtual void dump(ostream &strm) const
dumps information about this object
exception thrown if inernal error encountered
virtual void dump(ostream &strm) const
dumps information about this object
static ostream & LMarg(ostream &strm)
virtual void send(const string &buffer)
virtual void closeConnection()