#include <SSL_CallbackManager.h>
Member Typedef Documentation
Constructor & Destructor Documentation
ACE::INet::SSL_CallbackManager::SSL_CallbackManager |
( |
| ) |
|
ACE::INet::SSL_CallbackManager::~SSL_CallbackManager |
( |
| ) |
|
Member Function Documentation
const ACE_SSL_Context * ACE::INet::SSL_CallbackManager::context |
( |
| ) |
const |
|
inline |
void ACE::INet::SSL_CallbackManager::initialize_callbacks |
( |
ACE_SSL_Context * |
ssl_ctx = ACE_SSL_Context::instance () | ) |
|
void ACE::INet::SSL_CallbackManager::passwd_callback |
( |
ACE_CString & |
pwd | ) |
|
|
private |
int ACE::INet::SSL_CallbackManager::passwd_callback |
( |
char * |
buf, |
|
|
int |
size, |
|
|
int |
rwflag, |
|
|
void * |
user_data |
|
) |
| |
|
staticprivate |
int ACE::INet::SSL_CallbackManager::verify_certificate_callback |
( |
int |
ok, |
|
|
X509_STORE_CTX * |
cert_ctx |
|
) |
| |
|
staticprivate |
Member Data Documentation
ACE_SSL_Context* ACE::INet::SSL_CallbackManager::ssl_ctx_ |
|
private |
int ACE::INet::SSL_CallbackManager::ssl_ctx_mngr_index_ = (-2) |
|
staticprivate |
The documentation for this class was generated from the following files: