Go to the source code of this file.
|
| 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 | XrdCryptosslX509ParseStack (XrdTlsPeerCerts *pc, XrdCryptoX509Chain *chain) |
| |
| time_t | XrdCryptosslASN1toUTC (const ASN1_TIME *tsn1) |
| |
| void | XrdCryptosslNameOneLine (X509_NAME *nm, XrdOucString &s) |
| |
| bool | XrdCryptosslProxyCertInfo (const void *ext, int &pathlen, bool *haspolicy=0) |
| |
| void | XrdCryptosslSetPathLenConstraint (void *ext, int pathlen) |
| |
| int | XrdCryptosslX509CreateProxy (const char *, const char *, XrdProxyOpt_t *, XrdCryptogsiX509Chain *, XrdCryptoRSA **, const char *) |
| |
| int | XrdCryptosslX509CreateProxyReq (XrdCryptoX509 *, XrdCryptoX509Req **, XrdCryptoRSA **) |
| |
| int | XrdCryptosslX509SignProxyReq (XrdCryptoX509 *, XrdCryptoRSA *, XrdCryptoX509Req *, XrdCryptoX509 **) |
| |
| int | XrdCryptosslX509CheckProxy3 (XrdCryptoX509 *, XrdOucString &) |
| |
| int | XrdCryptosslX509GetVOMSAttr (XrdCryptoX509 *, XrdOucString &) |
| |
◆ kErrPX_BadEECfile
| #define kErrPX_BadEECfile 2 |
◆ kErrPX_BadEECkey
| #define kErrPX_BadEECkey 3 |
◆ kErrPX_BadExtension
| #define kErrPX_BadExtension 13 |
◆ kErrPX_BadNames
| #define kErrPX_BadNames 11 |
◆ kErrPX_BadSerial
| #define kErrPX_BadSerial 12 |
◆ kErrPX_Error
◆ kErrPX_ExpiredEEC
| #define kErrPX_ExpiredEEC 4 |
◆ kErrPX_GenerateKey
| #define kErrPX_GenerateKey 9 |
◆ kErrPX_NoResources
| #define kErrPX_NoResources 5 |
◆ kErrPX_ProxyFile
| #define kErrPX_ProxyFile 10 |
◆ kErrPX_SetAttribute
| #define kErrPX_SetAttribute 6 |
◆ kErrPX_SetPathDepth
| #define kErrPX_SetPathDepth 7 |
◆ kErrPX_Signing
◆ kSslKDFunDefLen
| #define kSslKDFunDefLen 24 |
◆ sslTRACE_ALL
| #define sslTRACE_ALL 0x0007 |
◆ sslTRACE_Debug
| #define sslTRACE_Debug 0x0002 |
◆ sslTRACE_Dump
| #define sslTRACE_Dump 0x0004 |
◆ sslTRACE_Notify
| #define sslTRACE_Notify 0x0001 |
◆ XrdCryptosslASN1toUTC()
| time_t XrdCryptosslASN1toUTC |
( |
const ASN1_TIME * |
tsn1 | ) |
|
◆ XrdCryptosslKDFun()
| int XrdCryptosslKDFun |
( |
const char * |
pass, |
|
|
int |
plen, |
|
|
const char * |
salt, |
|
|
int |
slen, |
|
|
char * |
key, |
|
|
int |
len |
|
) |
| |
◆ XrdCryptosslKDFunLen()
| int XrdCryptosslKDFunLen |
( |
| ) |
|
◆ XrdCryptosslNameOneLine()
| void XrdCryptosslNameOneLine |
( |
X509_NAME * |
nm, |
|
|
XrdOucString & |
s |
|
) |
| |
◆ XrdCryptosslProxyCertInfo()
| bool XrdCryptosslProxyCertInfo |
( |
const void * |
ext, |
|
|
int & |
pathlen, |
|
|
bool * |
haspolicy = 0 |
|
) |
| |
◆ XrdCryptosslSetPathLenConstraint()
| void XrdCryptosslSetPathLenConstraint |
( |
void * |
ext, |
|
|
int |
pathlen |
|
) |
| |
◆ XrdCryptosslX509ChainToFile()
◆ XrdCryptosslX509CheckProxy3()
◆ XrdCryptosslX509CreateProxy()
◆ XrdCryptosslX509CreateProxyReq()
◆ XrdCryptosslX509ExportChain()
◆ XrdCryptosslX509GetVOMSAttr()
◆ XrdCryptosslX509ParseBucket()
◆ XrdCryptosslX509ParseFile()
◆ XrdCryptosslX509ParseStack()
◆ XrdCryptosslX509SignProxyReq()
◆ XrdCryptosslX509VerifyCert()
◆ XrdCryptosslX509VerifyChain()