#include <XrdCrypto/XrdCryptoAux.hh>
#include <XrdCrypto/XrdCryptoX509Chain.hh>
#include <openssl/asn1.h>
Include dependency graph for XrdCryptosslAux.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | kSslKDFunDefLen 24 |
#define | sslTRACE_ALL 0x0007 |
#define | sslTRACE_Dump 0x0004 |
#define | sslTRACE_Debug 0x0002 |
#define | sslTRACE_Notify 0x0001 |
Functions | |
int | XrdCryptosslKDFunLen () |
int | XrdCryptosslKDFun (const char *pass, int plen, const char *salt, int slen, char *key, int len) |
bool | XrdCryptosslX509VerifyCert (XrdCryptoX509 *c, XrdCryptoX509 *r) |
bool | XrdCryptosslX509VerifyChain (XrdCryptoX509Chain *chain, int &errcode) |
XrdSutBucket * | XrdCryptosslX509ExportChain (XrdCryptoX509Chain *c, bool key=0) |
int | XrdCryptosslX509ChainToFile (XrdCryptoX509Chain *c, const char *fn) |
int | XrdCryptosslX509ParseFile (const char *fname, XrdCryptoX509Chain *c) |
int | XrdCryptosslX509ParseBucket (XrdSutBucket *b, XrdCryptoX509Chain *c) |
int | XrdCryptosslASN1toUTC (ASN1_TIME *tsn1) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|