Inheritance diagram for C_SecureSocket:
Public Member Functions | |
C_SecureSocket (SSL_CTX *P_ssl_ctx) | |
~C_SecureSocket () | |
void | ssl_error (int P_resultCode) |
Protected Attributes | |
SSL_CTX * | m_ssl_ctx |
BIO * | m_bio |
SSL * | m_ssl |
Definition at line 27 of file C_SecureSocket.hpp.