XRootD
Loading...
Searching...
No Matches
XrdCryptoX509Chain.hh File Reference
Include dependency graph for XrdCryptoX509Chain.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  x509ChainVerifyOpt_t
class  XrdCryptoX509Chain
class  XrdCryptoX509ChainNode

Variables

const int kOptsCheckSelfSigned = 0x2
const int kOptsCheckSubCA = 0x4

Class Documentation

◆ x509ChainVerifyOpt_t

struct x509ChainVerifyOpt_t

Definition at line 51 of file XrdCryptoX509Chain.hh.

Collaboration diagram for x509ChainVerifyOpt_t:
Class Members
XrdCryptoX509Crl * crl
int opt
int pathlen
int when

Variable Documentation

◆ kOptsCheckSelfSigned

const int kOptsCheckSelfSigned = 0x2

Definition at line 58 of file XrdCryptoX509Chain.hh.

Referenced by XrdCryptoX509Chain::Verify().

◆ kOptsCheckSubCA

const int kOptsCheckSubCA = 0x4

Definition at line 59 of file XrdCryptoX509Chain.hh.

Referenced by XrdCryptogsiX509Chain::Verify().