|
xrootd
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <pwd.h>#include <XrdOuc/XrdOucString.hh>#include <XrdSys/XrdSysLogger.hh>#include <XrdSys/XrdSysError.hh>#include <XrdSut/XrdSutAux.hh>#include <XrdCrypto/XrdCryptoAux.hh>#include <XrdCrypto/XrdCryptoFactory.hh>#include <XrdCrypto/XrdCryptoX509.hh>#include <XrdCrypto/XrdCryptoX509Req.hh>#include <XrdCrypto/XrdCryptoX509Chain.hh>#include <XrdCrypto/XrdCryptoX509Crl.hh>#include <XrdCrypto/XrdCryptosslgsiX509Chain.hh>#include <XrdCrypto/XrdCryptosslgsiAux.hh>#include <XrdSecgsi/XrdSecgsiTrace.hh>#include <openssl/x509v3.h>#include <openssl/x509.h>
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const char * | XrdSecgsitestCVSID = "$Id$" |
| XrdCryptoFactory * | gCryptoFactory = 0 |
| XrdOucString | EEcert = "" |
| XrdOucString | EEkey = "" |
| XrdOucString | PXcert = "" |
| XrdOucString | PPXcert = "" |
| XrdOucString | CAdir = "/etc/grid-security/certificates/" |
| int | CAnum = 0 |
| XrdOucString | CAcert [5] |
| static XrdSysLogger | Logger |
| static XrdSysError | eDest (0,"gsitest_") |
| XrdOucTrace * | gsiTrace = 0 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References EPNAME, eDest, XrdSysError::logger(), XrdOucTrace::What, TRACE_Authen, TRACE_Debug, XrdSutSetTrace(), sutTRACE_Debug, XrdCryptoSetTrace(), cryptoTRACE_Debug, XrdCryptoFactory::GetCryptoFactory(), PRINT, XrdCryptoFactory::SetTrace(), XrdCryptoFactory::X509(), XrdOucString::c_str(), XrdCryptoX509::Dump(), XrdSslgsiX509CreateProxy(), XrdCryptoX509::GetExtension(), XrdOucString::endswith(), CAdir, XrdCryptoX509::IssuerHash(), XrdCryptoFactory::X509ParseFile(), XrdCryptoX509Chain::Begin(), XrdCryptoX509::PKI(), XrdCryptoX509Chain::Dump(), XrdCryptoX509Chain::PushBack(), XrdCryptoX509Chain::Reorder(), XrdCryptoX509Chain::Verify(), XrdCryptoFactory::X509ExportChain(), XrdCryptoFactory::X509ParseBucket(), kOptsRfc3820, XrdCryptosslgsiX509Chain::Verify(), XrdCryptoFactory::X509VerifyCert(), XrdCryptoX509::Verify(), XrdSslgsiX509CreateProxyReq(), XrdCryptoX509Req::Dump(), XrdSslgsiX509SignProxyReq(), XrdCryptoX509::SetPKI(), XrdCryptoRSA::Opaque(), PXcert, XrdCryptoFactory::X509ChainToFile(), XrdCryptoFactory::X509Crl(), XrdCryptoX509Crl::Dump(), XrdCryptoX509Crl::Verify(), and XrdCryptoX509Crl::IsRevoked().
| XrdOucString CAdir = "/etc/grid-security/certificates/" |
| int CAnum = 0 |
XrdSysError eDest(0,"gsitest_") [static] |
Referenced by main().
| XrdOucString EEcert = "" |
| XrdOucString EEkey = "" |
| XrdOucTrace* gsiTrace = 0 |
XrdSysLogger Logger [static] |
| XrdOucString PPXcert = "" |
| XrdOucString PXcert = "" |
| const char* XrdSecgsitestCVSID = "$Id$" |
1.7.5