#include <cstdint>
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. |
◆ TLS_SET_REFINT
#define TLS_SET_REFINT |
( |
|
cOpts, |
|
|
|
refi |
|
) |
| |
Value: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.
◆ TLS_SET_VDEPTH
#define TLS_SET_VDEPTH |
( |
|
cOpts, |
|
|
|
vdv |
|
) |
| |
Value: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.
static const uint64_t vdept
Mask to isolate vdept.
Definition: XrdTlsContext.hh:225
static const int crlRS
Bits to shift vdept.
Definition: XrdTlsContext.hh:234
Definition: XrdTlsContext.hh:37
static const uint64_t crlRF
Init crl refresh in Min.
Definition: XrdTlsContext.hh:233
static const int vdepS
Bits to shift vdept.
Definition: XrdTlsContext.hh:226