#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 | 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) |
#define FATAL | ( | msg | ) |
Definition at line 576 of file XrdTlsContext.cc.
Referenced by XrdTlsContext::XrdTlsContext(), and XrdVomsFun::VOMSInit().
#define FATAL_SSL | ( | msg | ) |
Definition at line 578 of file XrdTlsContext.cc.
Referenced by XrdTlsContext::XrdTlsContext().
#define KILL_CTX | ( | x | ) |
Definition at line 574 of file XrdTlsContext.cc.