#include <cstdio>
#include <cstdlib>
#include <mutex>
#include <openssl/opensslconf.h>
#include <openssl/opensslv.h>
#include <openssl/engine.h>
#include <openssl/bio.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/conf.h>
#include <openssl/ssl.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.
◆ FATAL
◆ FATAL_SSL
◆ KILL_CTX
| #define KILL_CTX |
( |
|
x | ) |
if (x) {SSL_CTX_free(x); x = 0;} |
◆ XRDTLS_HAVE_ENGINE
| #define XRDTLS_HAVE_ENGINE 1 |