#include <cstdio>#include <openssl/bio.h>#include <openssl/crypto.h>#include <openssl/err.h>#include <openssl/ssl.h>#include <openssl/opensslv.h>#include <sys/stat.h>#include "XrdOuc/XrdOucUtils.hh"#include "XrdSys/XrdSysRAtomic.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSys/XrdSysTimer.hh"#include "XrdTls/XrdTls.hh"#include "XrdTls/XrdTlsContext.hh"#include "XrdTls/XrdTlsTrace.hh"Go to the source code of this file.
Classes | |
| struct | tlsmix< false > |
| struct | tlsmix< true > |
| struct | XrdTlsContextImpl |
Namespaces | |
| namespace | XrdTlsCrl |
| namespace | XrdTlsFlush |
| namespace | XrdTlsGlobal |
Macros | |
| #define | FATAL(msg) |
| #define | FATAL_SSL(msg) |
| #define | KILL_CTX(x) |
Functions | |
| void * | XrdTlsFlush::Flusher (void *parg) |
| void * | XrdTlsCrl::Refresh (void *parg) |
| bool | XrdTlsFlush::Setup_Flusher (XrdTlsContextImpl *pImpl, int flushT) |
| unsigned long | sslTLS_id_callback (void) |
| void | sslTLS_lock (int mode, int n, const char *file, int line) |
Variables | |
| XrdSysMutex * | MutexVector = 0 |
| #define FATAL | ( | msg | ) |
Definition at line 554 of file XrdTlsContext.cc.
Referenced by XrdTlsContext::XrdTlsContext(), and XrdVomsFun::VOMSInit().
| #define FATAL_SSL | ( | msg | ) |
Definition at line 556 of file XrdTlsContext.cc.
Referenced by XrdTlsContext::XrdTlsContext().
| #define KILL_CTX | ( | x | ) |
Definition at line 552 of file XrdTlsContext.cc.
| unsigned long sslTLS_id_callback | ( | void | ) |
Definition at line 341 of file XrdTlsContext.cc.
References XrdSysThread::ID().
| void sslTLS_lock | ( | int | mode, |
| int | n, | ||
| const char * | file, | ||
| int | line ) |
Definition at line 355 of file XrdTlsContext.cc.
References MutexVector.
| XrdSysMutex* MutexVector = 0 |
Definition at line 353 of file XrdTlsContext.cc.
Referenced by sslTLS_lock().