Implementation of tcpsocket with SSL support. More...
#include <sslsocket.h>


Public Member Functions | |
| sslsocket & | operator= (sslsocket *orig) |
| const string & | codecerror (void) |
| void | nocertcheck (void) |
Implementation of tcpsocket with SSL support.
Uses sslclientcodec to encapsulate with MatrixSSL.
Copy operator (useful for listener::accept).
| orig | Original socket. It will be deleted after the codec and other associated structures have been copied. |
Reimplemented from tcpsocket.
1.6.1