|
XRootD
|
Collaboration diagram for XrdTlsContextImpl:Public Member Functions | |
| XrdTlsContextImpl (XrdTlsContext *p) | |
| ~XrdTlsContextImpl () | |
Public Attributes | |
| XrdSysRWLock | crlMutex |
| bool | crlRunning |
| SSL_CTX * | ctx |
| XrdTlsContext * | ctxnew |
| XrdSysCondVar * | flsCVar |
| bool | flsRunning |
| short | flushT |
| time_t | lastCertModTime = 0 |
| XrdTlsContext * | owner |
| XrdTlsContext::CTX_Params | Parm |
| std::string | sessionCacheId |
| int | sessionCacheOpts = -1 |
Definition at line 153 of file XrdTlsContext.cc.
|
inline |
Definition at line 155 of file XrdTlsContext.cc.
References crlRunning, ctx, ctxnew, flsCVar, flsRunning, flushT, if(), and owner.
Here is the call graph for this function:
|
inline |
Definition at line 163 of file XrdTlsContext.cc.
| XrdSysRWLock XrdTlsContextImpl::crlMutex |
Definition at line 176 of file XrdTlsContext.cc.
Referenced by XrdTlsFlush::Flusher(), XrdTlsCrl::Refresh(), and XrdTlsFlush::Setup_Flusher().
| bool XrdTlsContextImpl::crlRunning |
Definition at line 179 of file XrdTlsContext.cc.
Referenced by XrdTlsContextImpl(), XrdTlsFlush::Flusher(), and XrdTlsCrl::Refresh().
| SSL_CTX* XrdTlsContextImpl::ctx |
Definition at line 172 of file XrdTlsContext.cc.
Referenced by XrdTlsContextImpl(), ~XrdTlsContextImpl(), XrdTlsFlush::Flusher(), XrdTlsContext::Session(), and XrdTlsFlush::Setup_Flusher().
| XrdTlsContext* XrdTlsContextImpl::ctxnew |
Definition at line 173 of file XrdTlsContext.cc.
Referenced by XrdTlsContextImpl(), ~XrdTlsContextImpl(), and XrdTlsCrl::Refresh().
| XrdSysCondVar* XrdTlsContextImpl::flsCVar |
Definition at line 177 of file XrdTlsContext.cc.
Referenced by XrdTlsContextImpl(), ~XrdTlsContextImpl(), XrdTlsFlush::Flusher(), and XrdTlsFlush::Setup_Flusher().
| bool XrdTlsContextImpl::flsRunning |
Definition at line 180 of file XrdTlsContext.cc.
Referenced by XrdTlsContextImpl(), XrdTlsFlush::Flusher(), XrdTlsCrl::Refresh(), and XrdTlsFlush::Setup_Flusher().
| short XrdTlsContextImpl::flushT |
Definition at line 178 of file XrdTlsContext.cc.
Referenced by XrdTlsContextImpl(), XrdTlsFlush::Flusher(), and XrdTlsFlush::Setup_Flusher().
| time_t XrdTlsContextImpl::lastCertModTime = 0 |
Definition at line 181 of file XrdTlsContext.cc.
| XrdTlsContext* XrdTlsContextImpl::owner |
Definition at line 174 of file XrdTlsContext.cc.
Referenced by XrdTlsContextImpl(), XrdTlsFlush::Flusher(), and XrdTlsCrl::Refresh().
| XrdTlsContext::CTX_Params XrdTlsContextImpl::Parm |
Definition at line 175 of file XrdTlsContext.cc.
Referenced by XrdTlsCrl::Refresh().
| std::string XrdTlsContextImpl::sessionCacheId |
Definition at line 183 of file XrdTlsContext.cc.
| int XrdTlsContextImpl::sessionCacheOpts = -1 |
Definition at line 182 of file XrdTlsContext.cc.