#include "SSL_Context.h"
#include "sslconf.h"
#include "SSL_Context.inl"
#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.38 2002/05/03 15:39:54 ossama 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. More... | |
unsigned long | ACE_SSL_thread_id (void) |
Return the current thread ID. OpenSSL uses this on platforms that need it. More... |
|
|
|
Mutex locking/unlocking callback for OpenSSL multithread support.
|
|
Return the current thread ID. OpenSSL uses this on platforms that need it.
|