#include "SSL_Context.h"
#include "sslconf.h"
#include "SSL_Context.i"
#include "ace/Synch.h"
#include "ace/Object_Manager.h"
#include "ace/Log_Msg.h"
#include <openssl/x509.h>
#include <openssl/err.h>
#include <openssl/rand.h>
Include dependency graph for SSL_Context.cpp:
Functions | |
ACE_RCSID (ACE_SSL, SSL_Context, "SSL_Context.cpp,v 1.31 2001/10/01 21:50:18 othman Exp") ACE_mutex_t * ACE_SSL_Context | |
void | ACE_SSL_locking_callback (int mode, int type, const char * , int ) |
Mutex locking/unlocking callback for OpenSSL multithread support. | |
unsigned long | ACE_SSL_thread_id (void) |
Return the current thread ID. OpenSSL uses this on platforms that need it. |
|
|
|
Mutex locking/unlocking callback for OpenSSL multithread support.
|
|
Return the current thread ID. OpenSSL uses this on platforms that need it.
|