Classes | |
| class | MultiProcessRpcServerError |
| class | MultiProcessRpcServer |
| multi process handler for RPC requests. More... | |
| class | SSLConnectionException |
| class | SSLConnection |
| The class for support ssl connections. More... | |
Functions | |
| static int | password_cb (char *buf, int num, int, void *userdata) |
Variables | |
| static int | s_server_session_id_context = 1 |
| static int | s_server_auth_session_id_context = 2 |
| static int funtik::password_cb | ( | char * | buf, | |
| int | num, | |||
| int | , | |||
| void * | userdata | |||
| ) | [static] |
Definition at line 162 of file ssl_connection.cpp.
References funtik::SSLConnection::getPassword(), ULXR_PCHAR, and ULXR_TRACE.
Referenced by funtik::SSLConnection::initializeCTX().
int funtik::s_server_auth_session_id_context = 2 [static] |
Definition at line 156 of file ssl_connection.cpp.
Referenced by funtik::SSLConnection::createSSL().
int funtik::s_server_session_id_context = 1 [static] |
Definition at line 155 of file ssl_connection.cpp.
Referenced by funtik::SSLConnection::initializeCTX().
1.5.1