|
xrootd
|
#include <cstdint>#include <string>
Go to the source code of this file.
Classes | |
| class | XrdTlsContext |
| struct | XrdTlsContext::CTX_Params |
Macros | |
| #define | TLS_SET_HSTO(cOpts, hstv) ((cOpts & ~XrdTlsContext::hsto) | (hstv & XrdTlsContext::hsto)) |
| #define | TLS_SET_REFINT(cOpts, refi) |
| #define | TLS_SET_VDEPTH(cOpts, vdv) |
| #define TLS_SET_HSTO | ( | cOpts, | |
| hstv | |||
| ) | ((cOpts & ~XrdTlsContext::hsto) | (hstv & XrdTlsContext::hsto)) |
Set handshake timeout in contructor options.
| cOpts | - the constructor options. |
| hstv | - the handshake timeout value. |
| #define TLS_SET_REFINT | ( | cOpts, | |
| refi | |||
| ) |
Set crl refresh interval in contructor options.
| cOpts | - the constructor options. |
| refi | - the refresh interval value. |
| #define TLS_SET_VDEPTH | ( | cOpts, | |
| vdv | |||
| ) |
Set verifydepth value in contructor options.
| cOpts | - the constructor options. |
| vdv | - the verify depth value. |
1.8.5