Variables | |
| static const int | hsmAuto = -1 |
| static const int | hsmMan = 1 |
| static const int | hsmOff = 0 |
| static const int | hsmOn = 1 |
| int | httpsmode = hsmAuto |
| bool | httpsspec = false |
| int | tlsCache = XrdTlsContext::scOff |
| bool | tlsClientAuth = true |
| XrdTlsContext * | xrdctx = 0 |
| bool | xrdctxVer = false |
|
static |
Definition at line 141 of file XrdHttpProtocol.cc.
|
static |
Definition at line 143 of file XrdHttpProtocol.cc.
|
static |
Definition at line 142 of file XrdHttpProtocol.cc.
|
static |
Definition at line 144 of file XrdHttpProtocol.cc.
| int XrdHttpProtoInfo::httpsmode = hsmAuto |
Definition at line 146 of file XrdHttpProtocol.cc.
Referenced by XrdHttpProtocol::Match().
| bool XrdHttpProtoInfo::httpsspec = false |
Definition at line 149 of file XrdHttpProtocol.cc.
| int XrdHttpProtoInfo::tlsCache = XrdTlsContext::scOff |
Definition at line 147 of file XrdHttpProtocol.cc.
| bool XrdHttpProtoInfo::tlsClientAuth = true |
Definition at line 148 of file XrdHttpProtocol.cc.
Referenced by XrdHttpProtocol::Process().
| XrdTlsContext * XrdHttpProtoInfo::xrdctx = 0 |
Definition at line 139 of file XrdHttpProtocol.cc.
Referenced by XrdHttpProtocol::Configure(), and XrdHttpProtocol::Process().
| bool XrdHttpProtoInfo::xrdctxVer = false |
Definition at line 150 of file XrdHttpProtocol.cc.