#include <time.h>
#include <string.h>
#include <XrdCrypto/XrdCryptoX509Chain.hh>
#include <XrdCrypto/XrdCryptoTrace.hh>
Go to the source code of this file.
Defines | |
#define | LOCDUMP(y) { cerr << epname << ":" << y << endl; } |
Variables | |
const char * | XrdCryptoX509ChainCVSID = "$Id: XrdCryptoX509Chain.cc 33678 2010-06-01 08:19:53Z ganis $" |
static const char * | X509ChainErrStr [] |
const char* X509ChainErrStr[] [static] |
Initial value:
{ "no error condition occured", "chain is inconsistent", "size exceeds max allowed depth", "invalid or missing CA", "certificate missing", "unexpected certificate type", "names invalid or missing", "certificate has been revoked", "certificate expired", "extension not found", "signature verification failed", "issuer had no signing rights", "CA issued by another CA" }
Definition at line 30 of file XrdCryptoX509Chain.cc.
Referenced by XrdCryptoX509Chain::X509ChainError().
const char* XrdCryptoX509ChainCVSID = "$Id: XrdCryptoX509Chain.cc 33678 2010-06-01 08:19:53Z ganis $" |
Definition at line 3 of file XrdCryptoX509Chain.cc.