#include <cstdint>
#include <string>
Go to the source code of this file.
◆ TLS_SET_HSTO
Set handshake timeout in contructor options.
- Parameters
-
cOpts | - the constructor options. |
hstv | - the handshake timeout value. |
Definition at line 299 of file XrdTlsContext.hh.
◆ TLS_SET_REFINT
#define TLS_SET_REFINT |
( |
|
cOpts, |
|
|
|
refi |
|
) |
| |
Value:
static const int crlRS
Bits to shift vdept.
static const uint64_t crlRF
Mask to isolate crl refresh in min.
Set crl refresh interval in contructor options.
- Parameters
-
cOpts | - the constructor options. |
refi | - the refresh interval value. |
- Returns
- cOpts with the value positioned in the proper place.
Definition at line 311 of file XrdTlsContext.hh.
◆ TLS_SET_VDEPTH
#define TLS_SET_VDEPTH |
( |
|
cOpts, |
|
|
|
vdv |
|
) |
| |
Value:
static const uint64_t vdept
Mask to isolate vdept.
static const int vdepS
Bits to shift vdept.
Set verifydepth value in contructor options.
- Parameters
-
cOpts | - the constructor options. |
vdv | - the verify depth value. |
- Returns
- cOpts with the value positioned in the proper place.
Definition at line 323 of file XrdTlsContext.hh.