#include "SSL_Export.h"
#include "ace/SString.h"
#include "ace/OS_NS_Thread.h"
#include <openssl/ssl.h>
Include dependency graph for SSL_Context.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | ACE_SSL_Data_File |
class | ACE_SSL_Context |
A wrapper for the OpenSSL SSL_CTX related functions. More... | |
Functions | |
void | ACE_SSL_locking_callback (int mode, int type, const char *file, int line) |
unsigned long | ACE_SSL_thread_id (void) |
|
Mutex locking/unlocking callback for OpenSSL multithread support. |
|
Return the current thread ID. OpenSSL uses this on platforms that need it. |